Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Macintosh Draw Contexts


Q3MacDrawContext_GetWindow

You can use the Q3MacDrawContext_GetWindow function to get the window associated with a Macintosh draw context.

TQ3Status Q3MacDrawContext_GetWindow (
TQ3DrawContextObject drawContext, 
CWindowPtr *window);
drawContext
A Macintosh draw context object.
window
On exit, a pointer to a window.
DESCRIPTION
The Q3MacDrawContext_GetWindow function returns, in the window parameter, a pointer to the window currently associated with the draw context specified by the drawContext parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996